<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 1200px;
	background: #ffffff;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-variant: normal;
	font-family: "微软雅黑";
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul,
ol {
	list-style-type: none;
	list-style-image: none;
}
/**/
.top {
	width: 100%;
	height: 40px;
	background: #eee;
	float: left;
}
.main_right_product a{color:#000;}
.top_main {
	width: 1200px;
	margin: 0 auto;
}

.top_main p {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #1a1a1a;
}

.top ul {
	float: right;
}

.top ul li {
	float: left;
	position: relative;
}

.top_main a {
	font-size: 12px;
	color: #1a1a1a;
	float: left;
	line-height: 40px;
	margin-left: 20px;
}

.top ul li:after {
	content: "";
	background: #686868;
	width: 1px;
	height: 12px;
	top: 15px;
	margin-left: 10px;
	position: absolute;
}

.top ul li:last-child:after {
	width: 0;
	height: 0;
}
/**/
.header {
	width: 100%;
	height: 100px;
	background: #fff;
	float: left;
}

.head {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	display: block;
}

.head_tel img{
	display: block;
}
/**/
.nav{
	width: 100%;
	height: 45px;
	float: left;
	background: #007dc9;
}
.nav .main{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.nav .main ul li{
	float: left;
	width: 171px;
	transition: all .5s;
}
.nav .main ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.nav .main ul li:hover{
	background: #005a90;
}
/**/
.banner{
	width: 100%;
	height: auto;
	float: left;
}
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: -10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #007dc9;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #007dc9;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
/**/
.search {
	width: 100%;
	height: 60px;
	background: #eee;
	float: left;
	overflow: hidden;
}

.search .main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.search .main p {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 57px;
	float: left;
}

.search .main ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.search .main ul li a {
	font-size: 15px;
	color: #191919;
	line-height: 60px;
	text-align: center;
}

.search .main ul li a:hover {
	color: #007dc9;
}
/**/
.product{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.product .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.product .main .title{
	width: 154px;
	height: 35px;
	margin: 0 auto;
	border-bottom: 2px solid #007dc9;
	margin-bottom: 30px;
}
.product .main .title span{
	display: block;
	font-size: 24px;
	color: #007dc9;
	font-weight: bold;
	float: left;
}
.product .main .title p{
	display: block;
	font-size: 24px;
	font-weight: bold;
	float: right;
}

 .list{
	width: 210px;
	float: left;
	background: #007dc9;
}
 .list .list_title{
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	background:url(../images/pro_list_title.png)no-repeat bottom;
}
 .list .list_title span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
.list .list_title p{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}
 .list ul .nli{
	width: 100%;
	height: 50px;
	background: #fff;
	margin-top: 5px;
	position: relative;
}
.list ul .nli:before{
	content: "";
	background: url(../images/list_before.png);
	width: 12px;
	height: 20px;
	position: absolute;
	left:10px;
	top: 15px;
}
 .list ul{
	width: 200px;
	margin: 0 auto;
}
 .list ul .nli a{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 50px;
	padding-left: 30px;
}
 .list ul .nli .sub {
	display: none;
	width: 200px;
	left: 0;
	top: 40px;
	position: absolute;
	background: #007dc9;
	z-index: 2;
	padding-bottom: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .list ul .nli .sub li {
	zoom: 1;
	height: 27px;
}
.list ul .nli .sub li a{
	display: block;
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	line-height: 40px;
}
 .list .bottom{
	width: 100%;
	height: 87px;
	margin-top: 20px;
}
 .list .bottom img{
	display: block;
	margin: 0 auto;
}
.product .main .pic{
	width: 980px;
	height: auto;
	float: right;
}
.product .main .pic ul li{
	float: left;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	transition: all .6s;
	margin:0 10px 10px 0;
}
.product .main .pic ul li:nth-child(3n){
	margin-right: 0;
}
.product .main .pic ul li img{
	display: block;
	width: 308px;
	height: 216px;
	margin: 5px;
}
.product .main .pic ul li p{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	text-align: center;
	line-height: 40px;
}
.product .main .pic ul li:hover{
	border: 1px solid #007dc9;
}
/**/
.about{
	width: 100%;
	height:auto;
	float: left;
	margin-top: 40px;
}
.about .main{
	width: 1200px;
	height: 444px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../images/about_bg.png)no-repeat center;
	background-size: 100% 100%;
}
.about .main .right{
	width: 502px;
	height: auto;
	float: right;
	margin: 100px 50px 0 0;
}
.about .main .right span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
}
.about .main .right .text{
	width: 500px;
	height: 225px;
	overflow: hidden;
	font-size:15px;
	line-height:24px;
	color:#fff;
	text-align:justify;
	text-indent:2em;
}
.about .main .right .text p{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	text-indent: 1em;
}
.about .main .right a{
	display: block;
	font-size: 14px;
	color: #fff;
	width: 120px;
	height: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-top: 20px;
}
/**/
.adv{
	width: 100%;
	height: 230px;
	float: left;
	margin-top: 40px;
	background: url(../images/adv_bg.png)no-repeat center;
	background-size: 100% 100%;
}
.adv ul{
	width: 550px;
	height: auto;
	float: right;
	margin-top: 60px;
}
.adv ul li{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	background: url(../images/adv_icon.png)no-repeat center;
}
.adv ul li a{
	display: block;
	font-size: 18px;
	color: #4c4c4c;
	width: 39px;
	height: 39px;
	margin: 15px 0 0 21px;
}
/**/
.str{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.str .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.str .main ul li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.str .main ul li .left{
	float: left;
	width: 544px;
	height: auto;
	overflow: hidden;
}
.str .main ul li:nth-child(2n) .left{
	float: right;
}
.str .main ul li:nth-child(2n) .pic{
	float: left;
}
.str .main ul li:nth-child(2n) .pic img{
	float: left;
}
.str .main ul li .left img{
	display: block;
	float: left;
}
.str .main ul li .left .info{
	float: right;
	width: 450px;
	height: auto;
}
.str .main ul li .left .info .title{
	width: 100%;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.str .main ul li .left .info .title span{
	display: block;
	font-size: 30px;
	color: #007dc9;
}
.str .main ul li .left .info .title p{
	display: block;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	margin-top: 5px;
}
.str .main ul li .left .info .text{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.str .main ul li .left .info .text p{
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 25px;
	position: relative;
	padding-left: 20px;
}
.str .main ul li .left .info .text p:before{
	content: "●";
	width: 8px;
	height: 8px;
	color: #007dc9;
	position: absolute;
	left: 0;
	top: -2px;
}
.str .main ul li .pic{
	float: right;
	width: 609px;
	height: 306px;
}
.str .main ul li .pic img{
	display: block;
	float: right;
}
/**/
.cases{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	background: #eee;
	padding-bottom: 40px;
}
.cases .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.cases .main .title{
	width: 154px;
	height: 35px;
	margin: 0 auto;
	border-bottom: 2px solid #007dc9;
	margin-bottom: 30px;
	margin-top: 50px;
}
.cases .main .title span{
	display: block;
	font-size: 24px;
	color: #007dc9;
	font-weight: bold;
	float: left;
}
.cases .main .title p{
	display: block;
	font-size: 24px;
	font-weight: bold;
	float: right;
}
#scroll {
	width: 1180px;
	height: auto;
	margin-top: 20px;
	background: #eee;
}
.cases_pic {
	float: left;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.cases_pic ul li {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.cases_pic ul li a {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.cases_pic ul li img {
	display: block;
	width: 400px;
	height: 280px;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	transition: all .5s;
}
.cases_pic ul li:hover img{
	border: 1px solid #007dc9;
}
.cases_pic ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1a1a1a;
}
/**/
.section{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.section .main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.section .main .honor{
	width: 365px;
	height: auto;
	float: left;
}
.section .main .honor .title{
	width: 100%;
	height: 40px;
	background: url(../images/news_title.png)no-repeat bottom;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.section .main .honor .title span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #007dc9;
}
.section .main .honor .title a{
	display: block;
	font-size: 14px;
	color: #666;
}
.section .main .honor .bd{
	margin: 0 auto;
	width: 250px;
	height: 305px;
}
.section .main .honor .picScroll-left{
	background: #eee;
	padding: 30px 0 30px 0;
}
.section .main .honor .picList li{
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.section .main .honor .picList li img{
	display: block;
	width: 250px;
	height: 305px;
}
.section .main .honor{
	position: relative;
}
.section .main .honor .prev{
	position: absolute;
	left: 0;
	top: 200px;
	cursor: pointer;
}
.section .main .honor .next{
	position: absolute;
	right: 0;
	top: 200px;
	cursor: pointer;
}
/**/
.section .main .news{
	width: 365px;
	height: auto;
	float: left;
	margin-left: 50px;
}
.section .main .news .title{
	width: 100%;
	height: 40px;
	background: url(../images/news_title.png)no-repeat bottom;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.section .main .news .title span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #007dc9;
}
.section .main .news .title a{
	display: block;
	font-size: 14px;
	color: #666;
}
.section .main .news ul{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.section .main .news ul li{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #9e9e9e;
	padding-bottom: 10px;
}
.section .main .news ul li .info{
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 10px;
}
.section .main .news ul li .info span{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	width: 265px;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section .main .news ul li .info p{
	display: block;
	font-size: 12px;
	color: #999;
}
.section .main .news ul li .text{
	width: 100%;
	height: 15px;
}
.section .main .news ul li .text p{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section .main .news ul li:hover .info span{
	color: #007dc9;
}
/**/
.section .main .contact{
	width: 365px;
	height: auto;
	float: right;
	border-bottom: 1px solid #a2a2a2;
	padding-bottom: 20px;
}
.section .main .contact .title{
	width: 100%;
	height: 40px;
	background: url(../images/news_title.png)no-repeat bottom;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


.section .main .contact .title span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #007dc9;
}
.section .main .contact .title a{
	display: block;
	font-size: 14px;
	color: #666;
}
.section .main .contact .contact_pic img{
	display: block;
	width: 365px;
	height: 200px;
}


.section .main .contact .text span{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	margin: 25px 0 10px 0;
}
.section .main .contact p{
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 22px;
}
/**/
.friendlink{
	width: 100%;
	height: auto;
	float: left;
	background: #007dc9;
	margin-top: 50px;
}
.link{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}
.link .title{
	width: 100%;
	background: url(../images/link.png)no-repeat bottom;
}
.link .title p{
	display: block;
	font-size: 22px;
	color:#fff;
	padding-bottom: 5px;
}
.link ul{
	width: 100%;
	height: 35px;
}
.link ul li{
	float: left;
	margin-right: 20px;
}
.link ul li a{
	font-size: 12px;
	color:#000;
	line-height: 35px;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	background: #007dc9;
	padding-bottom: 40px;
}
.foot{
	width: 1200px;
	height: 255px;
	margin: 0 auto;
	background: #fff;
	margin-top: 20px;
}
.foot .left{
	float: left;
	width: 330px;
	height: 180px;
	border-right: 1px solid #007dc9;
	margin-top: 40px;
	padding-left: 50px;
}
.foot .left .name span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
}
.foot .left .name p{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	margin-top: 5px;
}
.foot .left .tel{
	width: 100%;
	margin-top: 20px;
}
.foot .left .tel img{
	float: left;
	margin-right: 5px;
}
.foot .left .tel p{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	float: left;
	padding-left: 4px;
}
.foot .left .tel span{
	display: block;
	font-size: 34px;
	color: #007dc9;
	font-family: arial;
	font-weight: bold;
	float: left;
}
.foot .second{
	width: 430px;
	height: 180px;
	float: left;
	margin-left: 55px;
	border-right: 1px solid #007dc9;
	margin-top: 40px;
}
.foot .second span{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 5px;
}
.foot .second p{
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 25px;
}
.foot .second a{
	font-size: 15px;
	color: #1a1a1a;
	line-height: 25px;
} 
.foot .icon{
	float: right;
	height: auto;
	margin: 40px 40px 0 0;
}
.foot .icon p{
	display: block;
	font-size: 15px;
	color: #007dc9;
	width: 26px;
	height: 182px;
	text-align: center;
	background: #eee;
	float: left;
	padding-top: 7px;
}
.foot .icon img{
	display: block;
	width: 178px;
	height: 178px;
	padding-left: 5px;
}
/**/
*html .fixed {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

.fixed {
	position: fixed;
	width: 50px;
	height: 230px;
	right: 0;
	top: 195px;
	z-index: 100;
}

.fixed ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.fixed ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidetop:hover {
	background-color: #e32b1f;
}

.fixed ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #454545;
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}

.fixed ul li .sidebottom {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}

.fixed ul li .sidebottom:hover {
	background-color: #e32b1f;
}

.fixed ul li img {
	float: left;
}

.sidebox span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.sidebox p {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	padding-top: 7px;
	color: #fff;
}
.hid_box{
	display: none;
	position: fixed;
	bottom: 367px;
	right: 70px;
}
.hid_box img{
	display: block;
	width: 139px;
	height: 139px;
}

.contain{ width:1200px; margin:30px auto; }
.con_left{ width:210px; float:left; margin-right:20px;margin-bottom:30px;}
.con_right{ width:970px; float:left; margin-bottom:30px; }
.l_about{ width:100%; float:left;}
.in_prokind{ width:198px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:16px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#555; text-align:left; position:relative; border-bottom:#007dc9 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:95%; padding-left:2%; font-size:15px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/icon04.jpg) no-repeat 10px; padding-left:20px;}
.in_contact{width:208px; margin-top:10px; float:left; color:#333; border:#ccc 1px solid;}
.in_contact p{ width:200px; font-size:12px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:320px; height:240px;  float:left; margin-top:10px; margin-right:11px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:290px; height:200px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#007dc9; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto; font-size:16px; color:#555; line-height:30px; text-indent:justify;}
.index_newscont a{color:#555;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/icon04.jpg) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#007dc9;}
.nav ul li.current a{ background:#005a90;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.index_newscont .newscontent{ font-size:16px; color:#555; line-height:30px; text-indent:justify;}


/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#007dc9; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#007dc9; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
/**/



.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.allmap{
	width: 100%;
	height: 400px;
	border: 3px solid #ccc;
	box-sizing: border-box;
}</pre></body></html>